; Script generated by the Inno Setup Script Wizard. ; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES! #define MyAppName "Wireless Android Framework" #define MyAppVersion "0.1" #define MyAppPublisher "mougino software" #define MyAppURL "http://mougino.free.fr/waf.html" #define MyAppExeName "waf.exe" [Setup] ; NOTE: The value of AppId uniquely identifies this application. ; Do not use the same AppId value in installers for other applications. ; (To generate a new GUID, click Tools | Generate GUID inside the IDE.) AppId={{827DA62D-45BA-448A-9F85-F8984A1A8CA2} AppName={#MyAppName} AppVersion={#MyAppVersion} ;AppVerName={#MyAppName} {#MyAppVersion} AppPublisher={#MyAppPublisher} AppPublisherURL={#MyAppURL} AppSupportURL={#MyAppURL} AppUpdatesURL={#MyAppURL} DefaultDirName={pf}\waf DefaultGroupName={#MyAppName} AllowNoIcons=yes OutputDir=Z:\PBWin10\!WAF OutputBaseFilename=waf_installer SetupIconFile=Z:\PBWin10\!WAF\waf_installer.ico Compression=lzma SolidCompression=yes [Languages] Name: "english"; MessagesFile: "compiler:Default.isl" Name: "french"; MessagesFile: "compiler:Languages\French.isl" [Tasks] Name: "desktopicon"; Description: "{cm:CreateDesktopIcon}"; GroupDescription: "{cm:AdditionalIcons}"; Flags: unchecked Name: "quicklaunchicon"; Description: "{cm:CreateQuickLaunchIcon}"; GroupDescription: "{cm:AdditionalIcons}"; Flags: unchecked; OnlyBelowVersion: 0,6.1 [Files] Source: "Z:\PBWin10\!WAF\waf.exe"; DestDir: "{app}"; Flags: ignoreversion ; NOTE: Don't use "Flags: ignoreversion" on any shared system files [Icons] Name: "{group}\{#MyAppName} - Command Prompt"; Filename: "cmd.exe"; WorkingDir: "{app}"; IconFilename: "{app}\{#MyAppExeName}"; Parameters: "start cmd /k echo Type ""waf help"" for a list of commands" ;Name: "{group}\{#MyAppName}"; Filename: "{app}\{#MyAppExeName}" Name: "{group}\{cm:ProgramOnTheWeb,{#MyAppName}}"; Filename: "{#MyAppURL}" Name: "{group}\{cm:UninstallProgram,{#MyAppName}}"; Filename: "{uninstallexe}" Name: "{commondesktop}\{#MyAppName} - Command Prompt"; Filename: "cmd.exe"; WorkingDir: "{app}"; IconFilename: "{app}\{#MyAppExeName}"; Parameters: "start cmd /k echo Type ""waf help"" for a list of commands"; Tasks: desktopicon Name: "{userappdata}\Microsoft\Internet Explorer\Quick Launch\{#MyAppName} - Command Prompt"; Filename: "cmd.exe"; WorkingDir: "{app}"; IconFilename: "{app}\{#MyAppExeName}"; Parameters: "start cmd /k echo Type ""waf help"" for a list of commands"; Tasks: quicklaunchicon [Run] Filename: "cmd.exe"; WorkingDir: "{app}"; Parameters: "start cmd /k echo Type ""waf help"" for a list of commands"; Description: "{cm:LaunchProgram,{#StringChange(MyAppName, '&', '&&')}}"; Flags: nowait postinstall skipifsilent [Registry] Root: HKLM; SubKey: "SYSTEM\CurrentControlSet\Control\Session Manager\Environment\"; ValueType: string; ValueName: "Path"; ValueData: "{reg:HKLM\SYSTEM\CurrentControlSet\Control\Session Manager\Environment\,Path};{app}"